Class PlatformNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amazon.A3L.messaging.exception.PlatformNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class PlatformNotSupportedException extends java.lang.RuntimeExceptionException class thrown when none of the valid platform is found- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformNotSupportedException()PlatformNotSupportedException(java.lang.String message)
-